home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Guide 18
/
PC Guide CD-ROM (PCCD-18-12-96) (1996).iso
/
cd
/
single.bat
< prev
next >
Wrap
DOS Batch File
|
1996-04-29
|
86b
|
7 lines
@echo off
%1
cd %2
call %3
@echo.
@echo Type EXIT [Enter] to return to Windows.